home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text.html;
-
- import javax.swing.text.MutableAttributeSet;
-
- class HTMLDocument$HTMLReader$AreaAction extends HTMLDocument.HTMLReader.TagAction {
- // $FF: synthetic field
- private final HTMLDocument.HTMLReader this$1;
-
- HTMLDocument$HTMLReader$AreaAction(HTMLDocument.HTMLReader var1) {
- super(var1);
- this.this$1 = var1;
- }
-
- public void end(HTML.Tag var1) {
- }
-
- public void start(HTML.Tag var1, MutableAttributeSet var2) {
- if (this.this$1.lastMap != null) {
- this.this$1.lastMap.addArea(var2.copyAttributes());
- }
-
- }
- }
-